#sbChat {
  z-index: 10000;
  position: fixed;
  width: 350px;
  height: 500px;
  right: 10px;
  bottom: 10px;
}
#sbChat iframe {
  border: none;
  width: 350px;
  height: 500px;
}
#sbChat.sbMobileView {
  height: 50%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0) !important;
  transform: translate(0) !important;
}
#sbChat.sbMobileView.sbChatMobileView_portrait.kbdOpen {
  top: 56px;
  height: calc(100% - 56px);
}
#sbChat.sbMobileView.sbChatMobileView_landscape.kbdOpen {
  top: 0;
  height: 100%;
}
#sbChat.sbMobileView iframe {
  height: 100%;
  width: 100%;
}
#sbChat.sbMobileView #sbChatDraggable {
  display: none;
  pointer-events: none;
}
#sbChatMinimized {
  z-index: 10000;
  position: fixed;
  width: 60px;
  height: 60px;
  right: 40px;
  bottom: 40px;
}
#sbChatMinimized #sbChatMinimizedMessage,
#sbChatMinimized #sbChatMinimizedIdle {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #779E00;
  border-radius: 50%;
}
#sbChatMinimized #sbChatMinimizedMessage:after,
#sbChatMinimized #sbChatMinimizedIdle:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  content: '';
  height: 20px;
  width: 20px;
  background-image: url('data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%201040%201024%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M853.333%2085.333h-682.667c-46.933%200-84.907%2038.4-84.907%2085.333l-0.427%20768%20170.667-170.667h597.333c46.933%200%2085.333-38.4%2085.333-85.333v-512c0-46.933-38.4-85.333-85.333-85.333zM768%20597.333h-512v-85.333h512v85.333zM768%20469.333h-512v-85.333h512v85.333zM768%20341.333h-512v-85.333h512v85.333z%22%3E%3C/path%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
}
#sbChatMinimized #sbChatMinimizedMessage {
  background-color: #779E00;
}
#sbChatMinimized #sbChatMinimizedMessage:after {
  background-image: url('data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%201040%201024%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M853.333%2085.333h-682.667c-46.933%200-84.907%2038.4-84.907%2085.333l-0.427%20768%20170.667-170.667h597.333c46.933%200%2085.333-38.4%2085.333-85.333v-512c0-46.933-38.4-85.333-85.333-85.333zM768%20597.333h-512v-85.333h512v85.333zM768%20469.333h-512v-85.333h512v85.333zM768%20341.333h-512v-85.333h512v85.333z%22%3E%3C/path%3E%3C/svg%3E');
}
#sbChatDraggable {
  position: absolute;
  top: 0;
  left: 0;
  right: 50px;
  height: 50px;
  cursor: move;
}
.sbHidden {
  display: none;
}
/*# sourceMappingURL=app-chat-outter.css.map */